New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-motion

Package Overview
Dependencies
Maintainers
35
Versions
2083
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-motion

A UI component library made by Instructure Inc.

5.52.3
Source
npm
Version published
Maintainers
35
Created
Source

category: packages

ui-motion

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-motion

Usage

import React from 'react'
import Heading from '@instructure/ui-elements/lib/components/Heading'
import Transition from '@instructure/ui-motion/lib/components/Transition'

export default MyTransition = function () {
  return (
    <Transition transitionOnMount in>
      <Heading>Hi there!</Heading>
    </Transition>
  )
}

Components

The ui-motion package contains the following:

  • Transition

Contribute

See the contributing guidelines for details.

FAQs

Package last updated on 26 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts